MOVE_MONSTER
[[MOVE_MONSTER(monster_cell_coordinate,destination_cell_coordinate)]]
This action teleports the monster located at the cell with the coordinate monster_cell_coordinate to the specified destination cell with the coordinate destination_cell_coordinate.
Parameters: (monster_cell_coordinate, destination_cell_coordinate)
- Example:
{[[(H), ON_ENTER_ROOM]] The evil wizard smiles and then disappears in a whirl of sparks [[MOVE_MONSTER(G3,C4)]]}